x86 hvm: Add a missing line to record the type passed into register_io_handler()
authorKeir Fraser <keir@xen.org>
Wed, 5 Jan 2011 09:52:54 +0000 (09:52 +0000)
committerKeir Fraser <keir@xen.org>
Wed, 5 Jan 2011 09:52:54 +0000 (09:52 +0000)
commit866cfd2c229d58f7ba368af04359291aeb4ff436
tree85de3c273277c9803ea4a303d68673a73523bbfb
parent1693185272d9f4d71135f21ab443b5cd8fdfad48
x86 hvm: Add a missing line to record the type passed into register_io_handler()

Add a missing line to record the type passed into
register_io_handler()

Without this line, the BUFFERED_IO handler was never called.

Signed-off-by: Wei Gang <gang.wei@intel.com>
xen/arch/x86/hvm/intercept.c